PortableSerializationException Constructor (String, Exception) |
Initializes a new PortableSerializationException and specifies the message and inner exception.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.11.0 (6.9.11.0)
C#
public PortableSerializationException( string message, Exception inner )
Parameters
- message
- Type: System.String
Message. - inner
- Type: System.Exception
Inner exception.