C# 클래스 WixSharp.ValidationException

Generic validation exception class.
상속: System.ApplicationException
파일 보기 프로젝트 열기: Eun/WixSharp

공개 메소드들

메소드 설명
ValidationException ( string message ) : System

Initializes a new instance of the ValidationException class.

메소드 상세

ValidationException() 공개 메소드

Initializes a new instance of the ValidationException class.
public ValidationException ( string message ) : System
message string The exception message.
리턴 System