共用方式為


BTXSecuredDebugProxy.ThrowSecurityException 方法

定義

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[]

適用於