ImageNotAvailableException Constructor(Int32)
In This Topic
Initializes a new instance of an image is not available with a given error number.
Syntax
'Declaration
Public Function New( _
ByVal As Integer _
)
'Usage
Dim errorNumber As Integer
Dim instance As New ImageNotAvailableException(errorNumber)
public ImageNotAvailableException(
int
)
public: ImageNotAvailableException(
int
)
public:
ImageNotAvailableException(
int
)
Parameters
- errorNumber
- An integer which represents the error number.
See Also