C# Class SafeOrbit.Memory.InjectionServices.Stampers.Serialization.SerializationServices.Core.DeserializingException

Inheritance: Exception
ファイルを表示 Open project: undergroundwires/SafeOrbit

Public Methods

Method Description
DeserializingException ( ) : System

DeserializingException ( string message ) : System

DeserializingException ( string message, Exception inner ) : System

Protected Methods

Method Description
DeserializingException ( SerializationInfo info, StreamingContext context ) : System

Method Details

DeserializingException() public method

public DeserializingException ( ) : System
return System

DeserializingException() protected method

protected DeserializingException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

DeserializingException() public method

public DeserializingException ( string message ) : System
message string
return System

DeserializingException() public method

public DeserializingException ( string message, Exception inner ) : System
message string
inner Exception
return System