Sets the System.Runtime.Serialization.SerializationInfo with information about the PasswordExpiredException.
Declaring type: PasswordExpiredException
Namespace: Zyan.Communication.Security.Exceptions
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public override void GetObjectData (
        SerializationInfo info,
        StreamingContext context
) 
Parameters
info
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
context
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.