C# 클래스 System.ArgumentPropertyNullException

상속: ArgumentException
파일 보기 프로젝트 열기: atc-net/atc

공개 메소드들

메소드 설명
ArgumentPropertyNullException ( ) : System.Diagnostics.CodeAnalysis

Initializes a new instance of the ArgumentPropertyNullException class.

ArgumentPropertyNullException ( string message, Exception innerException ) : System.Diagnostics.CodeAnalysis

Initializes a new instance of the ArgumentPropertyNullException class.

비공개 메소드들

메소드 설명
ArgumentPropertyNullException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyNullException ( string paramName ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyNullException ( string paramName, string message ) : System.Diagnostics.CodeAnalysis

메소드 상세

ArgumentPropertyNullException() 공개 메소드

Initializes a new instance of the ArgumentPropertyNullException class.
public ArgumentPropertyNullException ( ) : System.Diagnostics.CodeAnalysis
리턴 System.Diagnostics.CodeAnalysis

ArgumentPropertyNullException() 공개 메소드

Initializes a new instance of the ArgumentPropertyNullException class.
public ArgumentPropertyNullException ( string message, Exception innerException ) : System.Diagnostics.CodeAnalysis
message string The error message that explains the reason for the exception.
innerException Exception The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
리턴 System.Diagnostics.CodeAnalysis