ArcFM Solution Developer Guide
OptionException Constructor(String,String)


Syntax
'Declaration
 
Public Function New( _
   ByVal message As System.String, _
   ByVal optionName As System.String _
)
'Usage
 
Dim message As System.String
Dim optionName As System.String
 
Dim instance As New OptionException(message, optionName)
public OptionException( 
   System.string message,
   System.string optionName
)

Parameters

message
optionName
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

OptionException Class
OptionException Members
Overload List

 

 


Send Comment