C# 클래스 Microsoft.Protocols.TestSuites.Common.PtfConfigLoadException

상속: System.Exception
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
PtfConfigLoadException ( ) : System

Initializes a new instance of the PtfConfigLoadException class.

PtfConfigLoadException ( string message ) : System

Initializes a new instance of the PtfConfigLoadException class with a specified error message.

PtfConfigLoadException ( string message, Exception exception ) : System

Initializes a new instance of the PtfConfigLoadException class with specified error message and exception.

보호된 메소드들

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

Initializes a new instance of the PtfConfigLoadException class with serialized data.

메소드 상세

PtfConfigLoadException() 공개 메소드

Initializes a new instance of the PtfConfigLoadException class.
public PtfConfigLoadException ( ) : System
리턴 System

PtfConfigLoadException() 보호된 메소드

Initializes a new instance of the PtfConfigLoadException class with serialized data.
protected PtfConfigLoadException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
리턴 System

PtfConfigLoadException() 공개 메소드

Initializes a new instance of the PtfConfigLoadException class with a specified error message.
public PtfConfigLoadException ( string message ) : System
message string The error message that explains the reason for the exception.
리턴 System

PtfConfigLoadException() 공개 메소드

Initializes a new instance of the PtfConfigLoadException class with specified error message and exception.
public PtfConfigLoadException ( string message, Exception exception ) : System
message string The error message that explains the reason for the exception.
exception System.Exception The exception.
리턴 System