Share via


BTXDebugProxy.ThrowSecurityException(String, Exception, Object[]) Method

Definition

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())

Parameters

msgId
String
innerexp
Exception
args
Object[]

Applies to