Beispiel #1
0
            void ISafeSerializationData.CompleteDeserialization(Object obj)
            {
                DelayedException exception = (DelayedException)obj;

                exception.state = this;
            }
 public static string FormatMessage(string errorMessage, object targetObject, string targetObjectId)
 {
     return(DelayedException.FormatMessage(errorMessage, targetObject, targetObjectId));
 }