FeatureNotSupportedException Constructor(Int32,Int32,Int32,Int32)
In This Topic
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
Optional ByVal As Integer, _
Optional ByVal As Integer, _
Optional ByVal As Integer _
)
public FeatureNotSupportedException(
int ,
int ,
int ,
int
)
public:
FeatureNotSupportedException(
int ,
int ,
int ,
int
)
Parameters
- major
- minor
- build
- revision
See Also