Responder Developer Guide
ProviderCommunicationException Constructor(String,Exception,Int32)


Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception, _
   ByVal errorCode As Integer _
)
'Usage
 
Dim message As String
Dim innerException As Exception
Dim errorCode As Integer
 
Dim instance As New ProviderCommunicationException(message, innerException, errorCode)
public ProviderCommunicationException( 
   string message,
   Exception innerException,
   int errorCode
)

Parameters

message
innerException
errorCode
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

ProviderCommunicationException Class
ProviderCommunicationException Members
Overload List

 

 


Send Comment