C# 클래스 Cilador.Fody.Core.WeavingException

상속: System.Exception
파일 보기 프로젝트 열기: rileywhite/Cilador

공개 메소드들

메소드 설명
WeavingException ( ) : System

Creates a new WeavingException

WeavingException ( string message ) : System

Creates a new WeavingException with the given message

WeavingException ( string message, Exception innerException ) : System

Creates a new WeavingException with the given message and inner exception

비공개 메소드들

메소드 설명
WeavingException ( SerializationInfo info, StreamingContext context ) : System

Deserializes a WeavingException

메소드 상세

WeavingException() 공개 메소드

Creates a new WeavingException
public WeavingException ( ) : System
리턴 System

WeavingException() 공개 메소드

Creates a new WeavingException with the given message
public WeavingException ( string message ) : System
message string Error message for display to the user
리턴 System

WeavingException() 공개 메소드

Creates a new WeavingException with the given message and inner exception
public WeavingException ( string message, Exception innerException ) : System
message string Error message for display to the user
innerException System.Exception Original cause of the exception
리턴 System