|
|
@ -22,13 +22,13 @@ namespace CoreLibrary.Exceptions
|
|
|
|
public CodeCompletException(string message, Exception exception) : base(message, exception)
|
|
|
|
public CodeCompletException(string message, Exception exception) : base(message, exception)
|
|
|
|
{}
|
|
|
|
{}
|
|
|
|
|
|
|
|
|
|
|
|
[Obsolete("", DiagnosticId = "SYSLIB0051")]
|
|
|
|
[Obsolete("This method is obsolete. Use alternative methods for data retrieval.", DiagnosticId = "SYSLIB0051")]
|
|
|
|
protected CodeCompletException(SerializationInfo info, StreamingContext contexte) : base(info, contexte) { }
|
|
|
|
protected CodeCompletException(SerializationInfo info, StreamingContext contexte) : base(info, contexte) { }
|
|
|
|
|
|
|
|
|
|
|
|
[Obsolete("", DiagnosticId = "SYSLIB0051")]
|
|
|
|
[Obsolete("This method is obsolete. Use alternative methods for data retrieval.", DiagnosticId = "SYSLIB0051")]
|
|
|
|
public override void GetObjectData(SerializationInfo info, StreamingContext contexte)
|
|
|
|
public override void GetObjectData(SerializationInfo info, StreamingContext context)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
base.GetObjectData(info, contexte);
|
|
|
|
base.GetObjectData(info, context);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|