Constructors: NewSerializationException

NewSerializationException

Creates a new SerializationException object.



 Public Function NewSerializationException(
	  ByRef Message As String,
	  Optional ByVal InnerException As Exception ) As SerializationException

Parameters

Message
[ByRef] String. A human-readable message explaining the exception.
InnerException
[ByVal] Optional. Exception. An exception that caused this exception.

Return Values

SerializationException -  A fully created SerializationException object.

See Also

Project CorLib Overview

Class Constructors Overview