ArcFM Responder Mobile Developer Guide
AssertionException Constructor(String,Exception)






Assertion Exception.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As System.String, _
   ByVal inner As System.Exception _
)
'Usage
 
Dim message As System.String
Dim inner As System.Exception
 
Dim instance As New AssertionException(message, inner)
public AssertionException( 
   System.string message,
   System.Exception inner
)
public AssertionException( 
    message: System.String;
    inner: System.Exception
); 
public function AssertionException( 
   message : System.String,
   inner : System.Exception
);
public: AssertionException( 
   System.string* message,
   System.Exception* inner
)
public:
AssertionException( 
   System.String^ message,
   System.Exception^ inner
)

Parameters

message
inner
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AssertionException Class
AssertionException Members
Overload List

Send Feedback