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






Postcondition 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 PostconditionException(message, inner)
public PostconditionException( 
   System.string message,
   System.Exception inner
)
public PostconditionException( 
    message: System.String;
    inner: System.Exception
); 
public function PostconditionException( 
   message : System.String,
   inner : System.Exception
);
public: PostconditionException( 
   System.string* message,
   System.Exception* inner
)
public:
PostconditionException( 
   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

PostconditionException Class
PostconditionException Members
Overload List

Send Feedback