C# Class VisualMutator.Model.Exceptions.AssemblyReadException

Inheritance: System.Exception
Show file Open project: visualmutator/visualmutator

Public Methods

Method Description
AssemblyReadException ( ) : System
AssemblyReadException ( string message ) : System
AssemblyReadException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

AssemblyReadException() public method

public AssemblyReadException ( ) : System
return System

AssemblyReadException() protected method

protected AssemblyReadException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

AssemblyReadException() public method

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

AssemblyReadException() public method

public AssemblyReadException ( string message, Exception inner ) : System
message string
inner System.Exception
return System