ActionNotFoundException 생성자

정의

ActionNotFoundException 클래스의 새 인스턴스를 초기화합니다.

오버로드

ActionNotFoundException()

기본 속성 값을 사용하여 ActionNotFoundException 클래스의 새 인스턴스를 초기화합니다.

ActionNotFoundException(String)

지정한 동작 이름을 사용하여 ActionNotFoundException 클래스의 새 인스턴스를 초기화합니다.

ActionNotFoundException()

기본 속성 값을 사용하여 ActionNotFoundException 클래스의 새 인스턴스를 초기화합니다.

public:
 ActionNotFoundException();
public ActionNotFoundException ();
Public Sub New ()

적용 대상

ActionNotFoundException(String)

지정한 동작 이름을 사용하여 ActionNotFoundException 클래스의 새 인스턴스를 초기화합니다.

public:
 ActionNotFoundException(System::String ^ actionName);
public ActionNotFoundException (string actionName);
new Microsoft.SqlServer.Management.ActionNotFoundException : string -> Microsoft.SqlServer.Management.ActionNotFoundException
Public Sub New (actionName As String)

매개 변수

actionName
String

동작 이름을 나타내는 문자열입니다.

적용 대상