C# Class VisualMutator.Model.Exceptions.StrongNameSignedAssemblyException

Inheritance: System.Exception
显示文件 Open project: visualmutator/visualmutator

Public Methods

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

Protected Methods

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

Method Details

StrongNameSignedAssemblyException() public method

public StrongNameSignedAssemblyException ( ) : System
return System

StrongNameSignedAssemblyException() protected method

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

StrongNameSignedAssemblyException() public method

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

StrongNameSignedAssemblyException() public method

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