ArcFM Mobile Developer Guide
Invariant(Boolean,String,Exception) Method


Version: 10.2.1b

Resource Center Home

Invariant check.
Syntax
'Declaration
 
Public Overloads Shared Sub Invariant( _
   ByVal assertion As Boolean, _
   ByVal message As String, _
   ByVal inner As Exception _
) 
'Usage
 
Dim assertion As Boolean
Dim message As String
Dim inner As Exception
 
Check.Invariant(assertion, message, inner)
public static void Invariant( 
   bool assertion,
   string message,
   Exception inner
)

Parameters

assertion
message
inner
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Check Class
Check Members
Overload List

 

 


Send Comment