次の方法で共有


BTXDebugProxy.ThrowSecurityException(String, Exception, Object[]) メソッド

定義

public:
 void ThrowSecurityException(System::String ^ msgId, Exception ^ innerexp, ... cli::array <System::Object ^> ^ args);
public void ThrowSecurityException (string msgId, Exception innerexp, params object[] args);
member this.ThrowSecurityException : string * Exception * obj[] -> unit
Public Sub ThrowSecurityException (msgId As String, innerexp As Exception, ParamArray args As Object())

パラメーター

msgId
String
innerexp
Exception
args
Object[]

適用対象