C# 클래스 Microsoft.Azure.Commands.Batch.NewApplicationPackageException

상속: System.Exception
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
NewApplicationPackageException ( string message ) : System
NewApplicationPackageException ( string message, Exception exception ) : System

비공개 메소드들

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

메소드 상세

NewApplicationPackageException() 공개 메소드

public NewApplicationPackageException ( string message ) : System
message string
리턴 System

NewApplicationPackageException() 공개 메소드

public NewApplicationPackageException ( string message, Exception exception ) : System
message string
exception System.Exception
리턴 System